Options:
a. Anonymous types have property names which carry more information, for tuples you don't have this.
b. Tuples have property names which carry more information, for anonymous you don't have this.
c.
c. You can't use anonymous types as return values and parameters though and you can with tuples.
d. 1 and 3
e. You can't use tuples as return values and parameters though and you can with tuples.
f. 3 and 5
Reveal Answer